home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: news2.interlog.com!rose!awhite
- From: awhite@user.rose.com (A White)
- Subject: Re: Help with syntax
- Sender: news@rose.com (news)
- Organization: Rose Media Incorpoarted, Ontario, Canada
- Message-ID: <Dozs54.57z@rose.com>
- References: <4ja3nj$mng@sneezy.icinet.net>
- Date: Thu, 28 Mar 1996 19:15:03 GMT
-
- In article <4ja3nj$mng@sneezy.icinet.net>,
- Frank E. Noell <cisi@ocsnet.net> wrote:
- >disk. The file is not big. The problem is that it is named:
- >
- >"ADDRESS FILE.FLR" (without the quotes).
- >
- >COPY and RENAME apparently look at the space between ADDRESS and FILE as
- >a delimiter, and I get a syntax-type of error message. I have tried
- >using double-quotes at various places, but to no avail. How can I either
- >COPY or RENAME this file.
-
- If , as you say, the use of quotes around the file name doesn't work,
- try using wildcard ? as in ADDRESS?FILE.FLR
-
-